Which OS/distributions have 64-bit kernel and 32-bit userspace? [closed]

Posted by osgx on Server Fault See other posts from Server Fault or by osgx
Published on 2010-02-06T14:08:43Z Indexed on 2012/07/06 3:18 UTC
Read the original article Hit count: 422

Which OS (or distributions) comes with 64-bit kernels (x86_64, SPARC64, PPC64, ..smth else?..) and 32-bit userland?

I want all small userspace programs (like ls, cat, etc) to be 32-bit, because they really no needs to be 64-bit. But OS kernel must be 64bit for using >=3 Gb of RAM. Also database programs (when using a lot of memory) can be 64bit.

64bit mode can hurt some programs, makes them bigger, eating (wasting) memory on pointers (especially in big abstract datatypes like list, tree, etc).

64 bit programss WASTES twice memory on EACH Pointer. I don't want it.

And the Question is not "Are the 32-bit programs needed when 64-bit porcessor is available". Question is "What OS comes with 32 bit userspace and kernels in 32/64 bit mode". Examples of such OS includes: Solaris/SPARC64, MACOSX/X86_64 (10.5)/....

© Server Fault or respective owner

Related posts about 64-bit

Related posts about operating-system